ScanDeviceManager GetDeviceStatusSnapshot
Get a snapshot of the device status for the specified device. The returned DeviceStatusSnapshot object contains the status at the time of the call.
Overloads
public DeviceStatusSnapshot GetDeviceStatusSnapshot(string deviceUniqueName) |
Return value
DeviceStatusSnapshot | A snapshot of the status for the specified device |
Parameters
string | deviceUniqueName | The unique name of the device. |
Example
Copy
DeviceStatusSnapshot DevStatus = scanDeviceManager.GetDeviceStatusSnapshot(selectedDeviceUniqueName);